home *** CD-ROM | disk | FTP | other *** search
- object frmDlgTwo: TfrmDlgTwo
- Left = 155
- Top = 162
- BorderStyle = bsDialog
- Caption = 'frmDlgTwo'
- ClientHeight = 229
- ClientWidth = 394
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 11
- Top = 6
- Width = 372
- Height = 167
- TabOrder = 0
- object labVal1: TLabel
- Left = 18
- Top = 24
- Width = 24
- Height = 13
- Caption = 'Val-1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object labVal2: TLabel
- Left = 18
- Top = 74
- Width = 24
- Height = 13
- Caption = 'Val-2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ed1: TEdit
- Left = 290
- Top = 40
- Width = 64
- Height = 21
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- object scr1: TScrollBar
- Left = 18
- Top = 41
- Width = 265
- Height = 19
- TabOrder = 0
- OnChange = scr1Change
- end
- object chkLink: TCheckBox
- Left = 18
- Top = 134
- Width = 46
- Height = 17
- Caption = '&Link'
- TabOrder = 4
- OnClick = chkLinkClick
- end
- object scr2: TScrollBar
- Left = 18
- Top = 91
- Width = 265
- Height = 19
- TabOrder = 2
- OnChange = scr2Change
- end
- object ed2: TEdit
- Left = 290
- Top = 90
- Width = 64
- Height = 21
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- end
- object btnOK: TBitBtn
- Left = 213
- Top = 187
- Width = 84
- Height = 28
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- NumGlyphs = 4
- end
- object btnCancel: TBitBtn
- Left = 297
- Top = 187
- Width = 84
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- NumGlyphs = 4
- end
- end
-